-----------------------------
Creating the Virtual Directory
------------------------------

As described in Chapter 13, you must create a virtual directory for every
web service. Otherwise, the client won't be able to locate it.

In order for the web services in Chapter 13 to work, you must follow these
steps:

1. Select Settings --> Control Panel --> Administrative Tools -->
 Internet Services Manager from the Start menu to launch IIS Manager. 
2. Right-click the Default Website item in the IIS tree, and choose
 New --> Virtual Directory. 
3. Specify the alias NoStarchWeb and click Next. 
4. Specify the Chapter13\NoStarchWeb directory (wherever it is on your
 computer) and click Next.
5. Click Next to accept the default permissions, and then Finish to
 create the virtual directory. 

You can then use the NoStarchWeb.sln solution to open both the web service
and the client project at once.